projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d0cf1
)
* simple.el (delete-active-region): Move to killing custom group.
author
Chong Yidong
<cyd@gnu.org>
Sun, 22 Apr 2012 07:19:29 +0000
(15:19 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sun, 22 Apr 2012 07:19:29 +0000
(15:19 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 020e5c4b9bc76d1ab6de595feed8c11d6c710de4..eb293610a6750b74d587c84256162158538a2606 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-04-22 Chong Yidong <cyd@gnu.org>
+
+ * simple.el (delete-active-region): Move to killing custom group.
+
2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
* progmodes/which-func.el (which-func-current): Quote %
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 0ee19b71636a7324255d54d20573951280bb5def..4187e296439e130c9c6801cff35635e8b6f38bbb 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-817,7
+817,7
@@
instead of deleted."
:type '(choice (const :tag "Delete active region" t)
(const :tag "Kill active region" kill)
(const :tag "Do ordinary deletion" nil))
- :group '
edit
ing
+ :group '
kill
ing
:version "24.1")
(defun delete-backward-char (n &optional killflag)